From f43a7b5c940c427ef96e7fc3959de78f70210bd1 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 24 Aug 2008 16:26:53 +0000 Subject: [PATCH] garmin_txt: Rename function for swiss grid conversion. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3402 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/garmin_txt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/garmin_txt.c b/gpsbabel/garmin_txt.c index 460a6035e..fcb855b08 100644 --- a/gpsbabel/garmin_txt.c +++ b/gpsbabel/garmin_txt.c @@ -327,7 +327,7 @@ print_position(const waypoint *wpt) case grid_swiss: - valid = GPS_Math_WGS84_To_CH1903_NGEN(wpt->latitude, wpt->longitude, &east, &north); + valid = GPS_Math_WGS84_To_Swiss_EN(wpt->latitude, wpt->longitude, &east, &north); if (valid) gbfprintf(fout, "%.f %.f\t", east, north); break; -- 2.30.2